/*

Rainbow Wind Tunnel: Spreads out the spectrum analysis in all directions, like wind hitting a wall
By Brad Greer
bgreer44@hotmail.com
*/

Durn="1.5",

CamX="-30*(sin(B0)+.75)",
CamY="50+50*cos(B0)",
CamZ="60+7*sin(t/7)",

CmLX="50",
CmLY="50",
CmLZ="50",

CUpX="0",
CUpY="0",
CUpZ="1",

B0="t/3",

C0="dt^5",
C1="sin(st/3)",	//cycles colors based on system time
C2="sin(2*st/3)",
C3="sin(st)",

D0=".75*fft(s)-C0",


R=".25*C1+D0",
G=".25*C2+D0",
B=".25*C3+D0",

LvlR="C1",
LvlG="C2",
LvlB="C3",

widt=320,heig=300,

ConL=1,
ConB=1,

X="150*dt",
Y="75*s+1512*(dt*(s-.5))^3",		//it looks choppy, but you get the idea:
Z="30*fft(s)+81*(dt*(fft(s)))^3",	//y and z expand cubically with time

Scal="620",
ScSz=1,

Pers="350",

Vers=40

